home *** CD-ROM | disk | FTP | other *** search
- Path: connix.com!news
- From: Scott Hawley <shawley@connix.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Beginer Question
- Date: 12 Jan 1996 15:14:55 GMT
- Organization: SHAWLEY SYSTEMS
- Message-ID: <4d5ttf$6rn@comet.connix.com>
- References: <4d36ur$f36@redwood.northcoast.com>
- NNTP-Posting-Host: shawley.connix.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- the "system" command will run the program and return control to your
- program. the execl routine will run the program and exit you program.
-
-